home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / nwmxcmsm / climates.hqx / climate / background_3980.txt < prev    next >
Encoding:
Text File  |  1991-08-21  |  5.6 KB  |  264 lines

  1. -- background: 3980 from stack: in
  2. -- bmap block id: 4266
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0004
  11. -- rect: left=2 top=71 right=159 bottom=512
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 18
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 01
  24. -- high flags: 0007
  25. -- rect: left=0 top=181 right=276 bottom=512
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 21
  30. -- text size: 14
  31. -- style flags: 16384
  32. -- line height: 18
  33. -- part name: 
  34.  
  35.  
  36. -- part 3 (button)
  37. -- low flags: 00
  38. -- high flags: 0004
  39. -- rect: left=128 top=296 right=338 bottom=177
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 1004 / 1004
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: New Button
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   printfield ("background field id 2")
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 4 (button)
  56. -- low flags: 00
  57. -- high flags: 0004
  58. -- rect: left=183 top=296 right=338 bottom=232
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 1008 / 1008
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: PrintCard
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   print card
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 5 (button)
  75. -- low flags: 00
  76. -- high flags: 0004
  77. -- rect: left=458 top=296 right=338 bottom=507
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 20098 / 20098
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: New Button
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   visual effect dissolve slow to black
  89.   wait 3
  90.   visual effect dissolve slow
  91.   go to stack "Database-1"
  92. end mouseUp
  93.  
  94.  
  95.  
  96. -- part 6 (button)
  97. -- low flags: 00
  98. -- high flags: 0004
  99. -- rect: left=293 top=296 right=338 bottom=342
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 32650 / 32650
  102. -- text alignment: 1
  103. -- font id: 0
  104. -- text size: 12
  105. -- style flags: 0
  106. -- line height: 16
  107. -- part name: GoNext
  108. ----- HyperTalk script -----
  109. on mouseUp
  110.   push card
  111.   visual effect scroll right
  112.   go next
  113. end mouseUp
  114.  
  115.  
  116.  
  117. -- part 7 (button)
  118. -- low flags: 00
  119. -- high flags: 0004
  120. -- rect: left=238 top=296 right=338 bottom=287
  121. -- title width / last selected line: 0
  122. -- icon id / first selected line: 1016 / 1016
  123. -- text alignment: 1
  124. -- font id: 0
  125. -- text size: 12
  126. -- style flags: 0
  127. -- line height: 16
  128. -- part name: Goprev
  129. ----- HyperTalk script -----
  130. on mouseUp
  131.   push card
  132.   visual effect scroll left
  133.   go previous
  134. end mouseUp
  135.  
  136.  
  137.  
  138. -- part 8 (button)
  139. -- low flags: 00
  140. -- high flags: 0004
  141. -- rect: left=73 top=296 right=338 bottom=122
  142. -- title width / last selected line: 0
  143. -- icon id / first selected line: 1009 / 1009
  144. -- text alignment: 1
  145. -- font id: 0
  146. -- text size: 12
  147. -- style flags: 0
  148. -- line height: 16
  149. -- part name: Find
  150. ----- HyperTalk script -----
  151. on mouseUp
  152.   global searchit
  153.   answer "Do you want to search bibliographies or abstracts?" with "Bibliography" or "Abstract" or "Cancel"
  154.   if it is "Bibliography" then
  155.     ask "Type in the word or phrase you want to find." with searchit
  156.     put it into searchit
  157.     find whole searchit in background fld id 1
  158.   else
  159.     if it is "Abstract" then
  160.       ask "Type in the word or phrase you want to find." with searchit
  161.       put it into searchit
  162.       find whole searchit in background fld id 2
  163.     end if
  164.   end if
  165. end mouseUp
  166.  
  167.  
  168.  
  169. -- part 9 (button)
  170. -- low flags: 00
  171. -- high flags: 0004
  172. -- rect: left=18 top=296 right=338 bottom=67
  173. -- title width / last selected line: 0
  174. -- icon id / first selected line: 29114 / 29114
  175. -- text alignment: 1
  176. -- font id: 0
  177. -- text size: 12
  178. -- style flags: 0
  179. -- line height: 16
  180. -- part name: pop card
  181. ----- HyperTalk script -----
  182. on mouseUp
  183.   visual effect dissolve
  184.   pop card
  185. end mouseUp
  186.  
  187.  
  188.  
  189. -- part 10 (button)
  190. -- low flags: 00
  191. -- high flags: 0004
  192. -- rect: left=348 top=296 right=338 bottom=397
  193. -- title width / last selected line: 0
  194. -- icon id / first selected line: 130 / 130
  195. -- text alignment: 1
  196. -- font id: 0
  197. -- text size: 12
  198. -- style flags: 0
  199. -- line height: 16
  200. -- part name: go to flow chart
  201. ----- HyperTalk script -----
  202. on mouseUp
  203.   visual effect checkerboard slow
  204.   go to card id 12925 of stack "database-1"
  205.   wait 10
  206.   visual effect checkerboard slow
  207.   go to card "flow chart" in stack "database-1"
  208. end mouseUp
  209.  
  210.  
  211.  
  212. -- part 11 (button)
  213. -- low flags: 00
  214. -- high flags: 0004
  215. -- rect: left=403 top=296 right=338 bottom=452
  216. -- title width / last selected line: 0
  217. -- icon id / first selected line: 1020 / 1020
  218. -- text alignment: 1
  219. -- font id: 0
  220. -- text size: 12
  221. -- style flags: 0
  222. -- line height: 16
  223. -- part name: Help
  224. ----- HyperTalk script -----
  225. on mouseUp
  226.   push card
  227.   visual effect dissolve slow to black
  228.   wait 5
  229.   visual effect dissolve slow
  230.   go to card "help" of stack "database-1"
  231. end mouseUp
  232.  
  233.  
  234.  
  235. -- part 12 (button)
  236. -- low flags: 00
  237. -- high flags: 8004
  238. -- rect: left=425 top=7 right=58 bottom=508
  239. -- title width / last selected line: 0
  240. -- icon id / first selected line: 22308 / 22308
  241. -- text alignment: 1
  242. -- font id: 0
  243. -- text size: 12
  244. -- style flags: 0
  245. -- line height: 16
  246. -- part name: Continue search
  247. ----- HyperTalk script -----
  248. on mouseUp
  249.   global searchit
  250.   answer "Do you want to search bibliographies or abstracts." with "Bibliography" or "Abstract"
  251.   if it is "Bibliography" then
  252.     visual effect scroll right
  253.     go next
  254.     find whole searchit in background fld id 1
  255.   else
  256.     if it is "Abstract" then
  257.       visual effect scroll right
  258.       go next
  259.       find whole searchit in background fld id 2
  260.     end if
  261.   end if
  262. end mouseUp
  263.  
  264.